MindFusion.Charting for WebForms Programmer's Guide
Graphics.pointInPoly Method
See Also
 



Checks if the given point is within the bounds of the given polygon.

Namespace: MindFusion.Charting.Drawing
Assembly: Graphics.js

 Syntax

JavaScript  Copy Code

function pointInPoly (point, poly)

 Parameters

point

The point to check.

poly

The points describing the polygon.

 See Also

Graphics Members
Graphics Class
MindFusion.Charting.Drawing Namespace